to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19
Gbp-Pq: Name 0010-fix-cmake-module.patch
[ Drew Parsons ]
* deactivate TBB support on arches which do not build libtbb-dev.
Hurd cannot build TBB, and it fails to build on alpha hppa
powerpc sh4
[ Tobias Frost ]
* d/watch update to version 5, following new upstream git forge location.
* d/control: Update homepage.
* Drop armel-ftbfs.patch - arch is no longer supported in Debian
* Bump S-V to 4.7.4: Drop r³ and Priority:optional.
* Update lintian overrides.
* Rely on pre-initialized dpkg-architecture variables.
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Replace FSF postal address with a reference to
https://www.gnu.org/licenses/.
Tobias Frost [Sun, 1 Feb 2026 11:27:02 +0000 (12:27 +0100)]
Remove -ffile-prefix-map= from CMake module generated compiler flags.
Forwarded: no, Debian specific
Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional> Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0012-cmake-do-not-export-ffile-prefix.patch
Tobias Frost [Sun, 1 Feb 2026 11:27:02 +0000 (12:27 +0100)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
Tobias Frost [Sun, 1 Feb 2026 11:27:02 +0000 (12:27 +0100)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch
Tobias Frost [Tue, 6 Jan 2026 12:16:13 +0000 (13:16 +0100)]
Remove -ffile-prefix-map= from CMake module generated compiler flags.
Forwarded: no, Debian specific
Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional> Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0012-cmake-do-not-export-ffile-prefix.patch
Tobias Frost [Tue, 6 Jan 2026 12:16:13 +0000 (13:16 +0100)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
Tobias Frost [Tue, 6 Jan 2026 12:16:13 +0000 (13:16 +0100)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Remove -ffile-prefix-map= from CMake module generated compiler flags.
Forwarded: no, Debian specific
Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional> Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0012-cmake-do-not-export-ffile-prefix.patch
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:
When we return, the yvector is crossed with x and we crash.
The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.
Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Do not use a server-based search engine for the doxygen documentation.
Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08
As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Remove -ffile-prefix-map= from CMake module generated compiler flags.
Forwarded: no, Debian specific
Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional> Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0012-cmake-do-not-export-ffile-prefix.patch
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:
When we return, the yvector is crossed with x and we crash.
The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.
Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Do not use a server-based search engine for the doxygen documentation.
Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08
As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch
* Fix d/control typo in a Break: statement
* Fix some lintian warnings and remove some obsolete overrides.
* Fix symlink in occt-draw pointing to old version.
* Bump S-V to 4.7.0 - no changes required.
* Add patch to remove ffile-prefix-map in the CMake modules.
Tobias Frost [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:
When we return, the yvector is crossed with x and we crash.
The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.
Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch
Tobias Frost [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Do not use a server-based search engine for the doxygen documentation.
Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08
As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch
Tobias Frost [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:
When we return, the yvector is crossed with x and we crash.
The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.
Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Do not use a server-based search engine for the doxygen documentation.
Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08
As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch